Hi there,
So my situation is I have a Content DB that is over 100GB in SP 2010. My plan is to "split" it when I move the Site Collection to SP 2013. So what I have done so far is:-
- Backup from SP 2010 environment;
- Restore to SP 2013 (SQL 2012) environment;
- Mount and upgrade Content DB to original URL - http://intranet/sites/Ops;
- Tests okay in browser etc in SP 2013 version
- Backup to a .bak file;
- Delete content from the mounted DB that is no longer needed
- Run the following command to restore to new URL and new Content DB
Restore-SPSite http://intranet/sites/NewURL -Path z:\SPS_Operations_7Apr1627.bak -ContentDatabase SPS_NewContenDB
Unfortunately, I get the below errors in the log file
04/28/2015 15:41:34.80 PowerShell.exe (0x474C) 0x25DC SharePoint Foundation General ki7k High Could not deserialize site from z:\SPS_Operations_27Apr1627.bak . System.ArgumentException: Version string portion was too short or too long. at System.Version.TryParseVersion(String version, VersionResult& result) at System.Version.Parse(String input) at Microsoft.SharePoint.SPSite.Restore(String filename, Boolean isADMode, Boolean& readOnlyMode, Boolean& hadWriteLock) ccf46a6a-0ee0-4ce1-b4cb-8113bc011943 04/28/2015 15:41:34.80 PowerShell.exe (0x474C) 0x25DC SharePoint Foundation General 8e11 High Deleting the site at http://intranet/sites/NewURL and not deleting AD accounts. ccf46a6a-0ee0-4ce1-b4cb-8113bc011943 04/28/2015 15:41:34.80 PowerShell.exe (0x474C) 0x25DC SharePoint Foundation General 88z7 Medium SPRequest: Logging result 0xbd649260 from reInit ccf46a6a-0ee0-4ce1-b4cb-8113bc011943 04/28/2015 15:41:34.80 PowerShell.exe (0x474C) 0x25DC SharePoint Foundation General 8e2s Medium Unknown SPRequest error occurred. More information: 0x80070003 ccf46a6a-0ee0-4ce1-b4cb-8113bc011943 04/28/2015 15:41:34.80 PowerShell.exe (0x474C) 0x25DC SharePoint Foundation General 72k4 Medium <nativehr>0x80070003</nativehr><nativestack></nativestack> ccf46a6a-0ee0-4ce1-b4cb-8113bc011943 04/28/2015 15:41:34.80 PowerShell.exe (0x474C) 0x25DC SharePoint Foundation General 8kh7 High <nativehr>0x80070003</nativehr><nativestack></nativestack> ccf46a6a-0ee0-4ce1-b4cb-8113bc011943 04/28/2015 15:41:34.80 PowerShell.exe (0x474C) 0x25DC SharePoint Foundation General aix9j High SPRequest.GetSiteFlags: UserPrincipalName=i:0).w|s-1-5-21-112552688-835663071-165283079-57096, AppPrincipalName= ,bstrUrl=http://intranet/sites/NewURL ccf46a6a-0ee0-4ce1-b4cb-8113bc011943 04/28/2015 15:41:34.80 PowerShell.exe (0x474C) 0x25DC SharePoint Foundation General ai1wu Medium System.IO.DirectoryNotFoundException: <nativehr>0x80070003</nativehr><nativestack></nativestack>, StackTrace: at Microsoft.SharePoint.SPSite.Delete(SPSiteDeleteFlags flags) at Microsoft.SharePoint.SPSite.Restore(String filename, Boolean isADMode, Boolean& readOnlyMode, Boolean& hadWriteLock) at Microsoft.SharePoint.Administration.SPSiteCollection.Restore(String strSiteUrl, String strFilename, Boolean bOverwrite, Boolean bGradualDelete, Boolean hostHeaderAsSiteName, Boolean preserveSiteId) at Microsoft.SharePoint.PowerShell.SPCmdletRestoreSite.InternalProcessRecord() at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord() at System.Management.Automation.CommandProcessor.ProcessRecord() at System.Management.Automation.CommandProcessorBase.DoExecute() at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate) at System.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][] commandRedirections, FunctionContext funcContext) at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame) at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame) at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame) at System.Management.Automation.Interpreter.Interpreter.Run(InterpretedFrame frame) at System.Management.Automation.Interpreter.LightLambda.RunVoid1[T0](T0 arg0) at System.Management.Automation.DlrScriptCommandProcessor.RunClause(Action`1 clause, Object dollarUnderbar, Object inputToProcess) at System.Management.Automation.CommandProcessorBase.DoComplete() at System.Management.Automation.Internal.PipelineProcessor.DoCompleteCore(CommandProcessorBase commandRequestingUpstreamCommandsToStop) at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate) at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper() at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc() at System.Management.Automation.Runspaces.PipelineThread.WorkerProc() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() ccf46a6a-0ee0-4ce1-b4cb-8113bc011943 04/28/2015 15:41:34.80 PowerShell.exe (0x474C) 0x25DC SharePoint Foundation PowerShell 6tf2 High System.IO.DirectoryNotFoundException: <nativehr>0x80070003</nativehr><nativestack></nativestack> at Microsoft.SharePoint.Library.SPRequestInternalClass.GetSiteFlags(String bstrUrl) at Microsoft.SharePoint.Library.SPRequest.GetSiteFlags(String bstrUrl) at Microsoft.SharePoint.SPSite.Delete(SPSiteDeleteFlags flags) at Microsoft.SharePoint.SPSite.Restore(String filename, Boolean isADMode, Boolean& readOnlyMode, Boolean& hadWriteLock) at Microsoft.SharePoint.Administration.SPSiteCollection.Restore(String strSiteUrl, String strFilename, Boolean bOverwrite, Boolean bGradualDelete, Boolean hostHeaderAsSiteName, Boolean preserveSiteId) at Microsoft.SharePoint.PowerShell.SPCmdletRestoreSite.InternalProcessRecord() at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord() ccf46a6a-0ee0-4ce1-b4cb-8113bc011943 04/28/2015 15:41:34.80 PowerShell.exe (0x474C) 0x25DC SharePoint Foundation PowerShell 91ux High Error Category: InvalidData Target Object Microsoft.SharePoint.PowerShell.SPCmdletRestoreSite Details NULL RecommendedAction NULL ccf46a6a-0ee0-4ce1-b4cb-8113bc011943
I have run the config wizard and it finished successfully. The DB's are all the same version, servers are not in need of an upgrade.
Any ideas?